home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 152 / PCG152DA0905 / PCG152DA0905.mdf / Main.dxr / Scripts_13_Open Readme.ls < prev    next >
Encoding:
Text File  |  2005-07-15  |  179 b   |  7 lines

  1. global itemNumber, gCurrentSection
  2.  
  3. on mouseUp
  4.   CurrentPath = "Interface\" & gCurrentSection & "\" & itemNumber & "\"
  5.   Ok = baOpenFile(CurrentPath & "readme.txt", "Normal")
  6. end
  7.